type google.golang.org/grpc.rpcInfoContextKey

3 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L788: type rpcInfoContextKey struct{}
		rpc_util.go#L791: 	return context.WithValue(ctx, rpcInfoContextKey{}, &rpcInfo{
		rpc_util.go#L802: 	s, ok = ctx.Value(rpcInfoContextKey{}).(*rpcInfo)